home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / xml4j.jar / com / ibm / xml / framework / NotationDecl.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-08-30  |  301 b   |  8 lines

  1. package com.ibm.xml.framework;
  2.  
  3. public final class NotationDecl {
  4.    public int notationName;
  5.    public int publicId;
  6.    public int systemId;
  7. }
  8.